home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / GDIDIB.PAK / FILENEW.H < prev    next >
Text File  |  1997-05-06  |  635b  |  19 lines

  1. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  2. // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  3. // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  4. // PARTICULAR PURPOSE.
  5. //
  6. // Copyright (C) 1993 - 1995  Microsoft Corporation.  All Rights Reserved.
  7. //
  8. // PURPOSE:
  9. //    Contains declarations for the File New dialog.
  10. //
  11.  
  12. //-------------------------------------------------------------------------
  13. // Controls ID's for the File New dialog
  14.  
  15. #define IDD_
  16.  
  17. // Prototypes for the File New dialog procedure
  18. LRESULT CALLBACK FileNewProc(HWND, UINT, WPARAM, LPARAM);
  19.